Get Max Payout Amount
Request to be POSTed to uri : /NorenWClientTP/GetMaxPayoutAmount
Request Details :
| Parameter Name | Possible value | Description |
|---|---|---|
| jData* | Should send json object with fields in below list | |
| jKey* | Key Obtained on login success. |
| Json Fields | Possible value | Description |
|---|---|---|
| uid* | Logged in User Id | |
| actid* | Account id of the logged in user. | |
| seg | EQT/FX/DER/COM can be sent if limits are managed at segregated level | |
| exch | NSE/BSE/NFO… can be sent if limits are managed at exchange level | |
| prd | C/I/M/F/H/B can be sent if limits are set at product level |
Response Details :
| Json Fields | Possible value | Description |
|---|---|---|
| stat | Ok or Not_Ok | Login Success Or failure status |
| request_time | This will be present only in a successful response. | |
| actid | Account id | |
| payout | Maximum payout amount |
Sample Success Response :
{
"request_time":"15:52:26 10-05-2021",
"stat":"Ok",
"actid":"C-GURURAJ",
"payout":"21200.20"
}
Sample Failure Response :
{
"stat":"Not_Ok",
"emsg":"Session Expired : Invalid Session Key"
}